home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / The GIMP 2.2.8 / gimp-2.2.8-i586-setup.exe / {app} / share / gimp / 2.0 / themes / Default / gtkrc next >
Encoding:
Text File  |  2005-06-30  |  2.2 KB  |  96 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set> style <style_name>
  11. # widget_class <widget_class_set> style <style_name>
  12.  
  13.  
  14. # Don't define icons for the Default theme as they are compiled in
  15. #
  16. # include "imagerc"
  17.  
  18. # Do override some GTK stock icons however.
  19.  
  20. style "gimp-default-style"
  21. {
  22.   stock["gtk-dialog-error"] =
  23.     {
  24.       { "images/stock-error-64.png", *, *, "gtk-dialog" }
  25.     }
  26.   stock["gtk-dialog-info"] =
  27.     {
  28.       { "images/stock-info-64.png", *, *, "gtk-dialog" }
  29.     }
  30.   stock["gtk-dialog-question"] =
  31.     {
  32.       { "images/stock-question-64.png", *, *, "gtk-dialog" }
  33.     }
  34.   stock["gtk-dialog-warning"] =
  35.     {
  36.       { "images/stock-warning-64.png", *, *, "gtk-dialog" }
  37.     }
  38.  
  39.   GtkPaned::handle_size             = 6
  40.   GimpDock::separator_height        = 6
  41.   GimpDock::default_height          = 300
  42.   GimpImageDock::minimal_width      = 250
  43.   GimpImageDock::menu_preview_size  = button
  44.   GimpToolbox::tool_icon_size       = button
  45.   GimpToolbox::button_relief        = none
  46.   GimpDockbook::tab_border          = 0
  47.   GimpDockbook::tab_icon_size       = button
  48.   GimpColorNotebook::tab_border     = 0
  49.   GimpColorNotebook::tab_icon_size  = button
  50.   GimpDockable::content_border      = 2
  51.   GimpEditor::content_spacing       = 2
  52.   GimpEditor::button_spacing        = 2
  53.   GimpEditor::button_icon_size      = menu
  54.   GtkDialog::content_area_border    = 0
  55.   GtkDialog::button_spacing         = 6
  56.   GtkDialog::action_area_border     = 12
  57.   GimpUnitComboBox::appears_as_list = 0
  58. }
  59.  
  60. class "GtkWidget" style "gimp-default-style"
  61.  
  62.  
  63. style "gimp-tiny-font-style"
  64. {
  65.   font_name = "sans 8"
  66. }
  67.  
  68. class "*Ruler*" style "gimp-tiny-font-style"
  69.  
  70.  
  71. style "gimp-tool-dialog-style" = "gimp-default-style"
  72. {
  73.   GtkDialog::action_area_border = 6
  74. }
  75.  
  76. class "GimpToolDialog" style "gimp-tool-dialog-style"
  77.  
  78.  
  79. style "gimp-grid-view-style" = "gimp-default-style"
  80. {
  81.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  82. }
  83.  
  84. widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
  85.  
  86.  
  87. style "gimp-dockable-style" = "gimp-default-style"
  88. {
  89.   GimpFrame::label_bold         = 0
  90.   GimpFrame::label_spacing      = 2
  91.   GtkButton::focus_line_width   = 0
  92.   GtkButton::focus_line_padding = 0
  93. }
  94.  
  95. widget "*GimpDockable.*" style "gimp-dockable-style"
  96.